getAllowFreeFormInput
Get whether or not users can provide an arbitrary value for input. If you set this to false
, users must select one of the choices in getChoices. An IllegalArgumentException is thrown if you set this to false and getChoices returns null
or empty.